home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of www.BestZips.com (Collector's Edition)
/
Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO
/
egames__
/
learn30.zip
/
CLEVEL1.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-11-12
|
5KB
|
169 lines
cls
echo off
cls
echo Congratulations! Now you will learn your ABCs!
echo Ready?
pause
cls
echo ██╗ ███████╗ ██╗ ██╗ ███████╗ ██╗ ██╗
echo ██║ ██╔════╝ ██║ ██║ ██╔════╝ ██║ ███║
echo ██║ █████╗ ██║ ██║ █████╗ ██║ ╚██║
echo ██║ ██╔══╝ ╚██╗ ██╔╝ ██╔══╝ ██║ ██║
echo ███████╗ ███████╗ ╚████╔╝ ███████╗ ███████╗ ██║
echo ╚══════╝ ╚══════╝ ╚═══╝ ╚══════╝ ╚══════╝ ╚═╝
pause
:a
cls
echo ██╗
echo ███║
echo ╚██║
echo ██║
echo ██║
echo ╚═╝
play 1.wav /q
ask /q 1
if errorlevel 1 goto 2
:2
cls
echo ██████╗
echo ╚════██╗
echo █████╔╝
echo ██╔═══╝
echo ███████╗
echo ╚══════╝
play 2.wav /q
ask /q 2
if errorlevel 1 goto 3
:3
cls
echo ██████╗
echo ╚════██╗
echo █████╔╝
echo ╚═══██╗
echo ██████╔╝
echo ╚═════╝
play 3.wav /q
ask /q 3
if errorlevel 1 goto 4
:4
cls
echo ██╗ ██╗
echo ██║ ██║
echo ███████║
echo ╚════██║
echo ██║
echo ╚═╝
play 4.wav /q
ask /q 4
if errorlevel 1 goto 5
:5
cls
echo ███████╗
echo ██╔════╝
echo ███████╗
echo ╚════██║
echo ███████║
echo ╚══════╝
play 5.wav /q
ask /q 5
if errorlevel 1 goto 6
:6
cls
echo ██████╗
echo ██╔════╝
echo ███████╗
echo ██╔═══██╗
echo ╚██████╔╝
echo ╚═════╝
play 6.wav /q
ask /q 6
if errorlevel 1 goto 7
:7
cls
echo ███████╗
echo ╚════██║
echo ██╔╝
echo ██╔╝
echo ██║
echo ╚═╝
play 7.wav /q
ask /q 7
if errorlevel 1 goto 8
:8
cls
echo █████╗
echo ██╔══██╗
echo ╚█████╔╝
echo ██╔══██╗
echo ╚█████╔╝
echo ╚════╝
play 8.wav /q
ask /q 8
if errorlevel 1 goto 9
:9
cls
echo █████╗
echo ██╔══██╗
echo ╚██████║
echo ╚═══██║
echo █████╔╝
echo ╚════╝
play 9.wav /q
ask /q 9
if errorlevel 1 goto 10
:10
cls
echo ██████╗
echo ██╔═══██╗
echo ██║ ██║
echo ██║ ██║
echo ╚██████╔╝
echo ╚═════╝
play 0.wav /q
ask /q 0
if errorlevel 1 goto end
:end
cls
echo press the escape key to end the music.
play ballade.mid /q
cls
echo Wow! You did it! Incredible!
goto nm
:back
cls
goto nm
:nm
ask "Do you want to go to the next level? (y,n)" ny
if errorlevel 2 goto nextlevel
cls
ask "Are you sure you want to quit?" yn
if errorlevel 2 goto back
goto bye
:nextlevel
clevel2
:bye
echo ╔═════════════════════════════════════════════╗
echo ║▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀║
echo ║ The Counting Game ║
echo ║▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀║
echo ║ To order, send a $5.00 Check or ║
echo ║ Money Order to: ║
echo ║ ║
echo ║ Tommy Chapin ║
echo ║ Rt.1 Box 126 ║
echo ║ Van Alstyne, TX 75495 ║
echo ║ ║
echo ║ You will receive the latest version ║
echo ║ and the "Learn Your ABC's" game! ║
echo ║ ║
echo ╚═════════════════════════════════════════════╝